|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectmscJNeuralNet.trainingAlgorithms.enumerations.TrainingAlgorithmsEnumeration
Enumeration über alle verfügbaren Klassen, welche die Schnittstelle
INetTrainingAlgorithm
implementieren.
Es werden die INetTrainingAlgorithm
in der folgenden
Reihenfolge zurückgeliefert:
BackpropagationMomentum
QuickProp
RProp
RPropWeightDecay
SuperSABMomentum
INetTrainingAlgorithm
,
Enumeration
Constructor Summary | |
TrainingAlgorithmsEnumeration()
|
Method Summary | |
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
Es wird jeweils ein Objekt des Typs INetTrainingAlgorithm
zurückgeliefert. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TrainingAlgorithmsEnumeration()
Method Detail |
public boolean hasMoreElements()
hasMoreElements
in interface java.util.Enumeration
public java.lang.Object nextElement()
INetTrainingAlgorithm
zurückgeliefert.
nextElement
in interface java.util.Enumeration
Enumeration.nextElement()
,
INetTrainingAlgorithm
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |